home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 48 / MOBICLIC 48.ISO / pc / DATA / PROM / PROM01_1.DIR / 00004_Script_4 < prev    next >
Text File  |  2002-07-12  |  169b  |  10 lines

  1. -- boucle
  2. on exitFrame
  3.   if the pauseState=0 then
  4.     if soundBusy(3)=0 then
  5.       niveauSon
  6.     end if
  7.     glisserSurC 20,20,1
  8.     go to the frame
  9.   end if
  10. end